home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / misc / sana2_v2.lha / arcnet.txt next >
Text File  |  1992-11-10  |  2KB  |  62 lines

  1. **    $Filename: ARCNET.txt $
  2. **    $Revision: 1.3 $
  3. **    $Date: 92/01/10 15:18:56 $
  4.  
  5. S2WireType_Arcnet    7
  6.  
  7. ios2_DataLength:
  8.     506 byte MTU (because of the possibility of two byte Types).
  9.     Packets of size 254, 255, or 256 bytes are padded to 257 bytes before
  10.     transmition.
  11.  
  12. Station Address:
  13.     ARCNET hardware may have addresses set with jumpers, DIP switches
  14.     or software.  Different drivers may therefore behave differently
  15.     with S2_CONFIGINTERFACE.
  16.  
  17.     Hardware addresses should be assigned by users from highest to lowest
  18.     because there is some efficiency gained in the token passing scheme
  19.     this way.  For example, on a three node network, hardware numbers 254,
  20.     253 and 252 should be used rather than 1, 2 and 3.
  21.  
  22. Raw reads and writes:
  23.     Short Packets (1-253 bytes)
  24.         Destination Address        (1 byte)
  25.         Source Address            (1 byte)
  26.         Count (256-N-Type length)    (1 byte)
  27.         Padding                (to byte number Count)
  28.         Type                (1 or 2 bytes)
  29.         Data                (N bytes)
  30.  
  31.     Long Packets (257-506 bytes)
  32.         Destination Address        (1 byte)
  33.         Source Address            (1 byte)
  34.         zero                (1 byte)
  35.         Count (512-N-Type length)    (1 byte)
  36.         Padding                (to byte number Count)
  37.         Type                (1 or 2 bytes)
  38.         Data                (N bytes)
  39.  
  40.  
  41. Multicast:    Not Supported
  42.  
  43. Broadcast:    Supported
  44.  
  45. Promiscuous:    Generally Not Supported
  46.  
  47. Packet Type Numbers for ARCNET are assigned by:
  48.     Datapoint Corporation
  49.  
  50. Some Common Packet Type Numbers
  51.  
  52.     decimal  hex    description
  53.     -------  ---    -----------
  54.     221      DD     AppleTalk
  55.     240      F0     TCP/IP -- IP   (RFC 1051)
  56.     241      F1     TCP/IP -- ARP  (RFC 1051)
  57.     212      F0     TCP/IP    IP   (RFC 1201, proposed)
  58.     213      F1     TCP/IP -- ARP  (RFC 1201, proposed)
  59.     214     D6    TCP/IP -- RARP (RFC 1201, proposed)
  60.     247      F7     Banyan Vines
  61.     250      FA     Novell IPX
  62.